projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a62a7ab
)
menu shell: Use standard padding
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 27 May 2019 03:13:55 +0000
(23:13 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 27 May 2019 03:13:55 +0000
(23:13 -0400)
gtk/gtkmenushell.h
patch
|
blob
|
history
diff --git
a/gtk/gtkmenushell.h
b/gtk/gtkmenushell.h
index d98a1d09d5f797af73767439e11a16ec61e9c380..58b635def062e70cf0cfd54fb68500c4a61fd37d 100644
(file)
--- a/
gtk/gtkmenushell.h
+++ b/
gtk/gtkmenushell.h
@@
-76,11
+76,8
@@
struct _GtkMenuShellClass
gboolean (*move_selected) (GtkMenuShell *menu_shell,
gint distance);
- /* Padding for future expansion */
- void (*_gtk_reserved1) (void);
- void (*_gtk_reserved2) (void);
- void (*_gtk_reserved3) (void);
- void (*_gtk_reserved4) (void);
+ /*< private >*/
+ gpointer padding[8];
};